home *** CD-ROM | disk | FTP | other *** search
- unit RtConst;
-
- interface
-
- {$R RtConst}
-
- const
- SRtConstBase = 59000;
- SNavFirst = SRtConstBase+0;
- SNavRW = SRtConstBase+1;
- SNavPrior = SRtConstBase+2;
- SNavNext = SRtConstBase+3;
- SNavFF = SRtConstBase+4;
- SNavLast = SRtConstBase+5;
- SNavInsert = SRtConstBase+6;
- SNavDelete = SRtConstBase+7;
- SNavEdit = SRtConstBase+8;
- SNavPost = SRtConstBase+9;
- SNavCancel = SRtConstBase+10;
- SNavRefresh = SRtConstBase+11;
- SNavBookmark = SRtConstBase+12;
- SNavGoto = SRtConstBase+13;
- SInvalidPropValue = SRtConstBase+14;
- SInvalidCopyTbls = SRtConstBase+15;
- SNoIndex = SRtConstBase+16;
- SNoTable = SRtConstBase+17;
- SNoIDField = SRtConstBase+18;
- SDbGetIDFail = SRtConstBase+19;
- SNoDatabase = SRtConstBase+20;
- SNullProperty = SRtConstBase+21;
- SCreateView = SRtConstBase+22;
- SDropView = SRtConstBase+23;
- SLocalSQL = SRtConstBase+24;
- SSyntaxErrorMoveMode = SRtConstBase+25;
- SSyntaxErrorAt = SRtConstBase+26;
- SSyntaxErrorToken = SRtConstBase+27;
- SUnknownParam = SRtConstBase+28;
- SSQLStmtEditor = SRtConstBase+29;
-
- implementation
-
- end.
-